NevronOpenVision
Nevron.Nov.UI Namespace / NElementMediaExporter<TContent> Class
Members
In This Topic
    NElementMediaExporter<TContent> Class
    In This Topic
    Base class for exporters, which export documents to different medias such as raster image, vector image (SVG), print, PDF, etc.
    Object Model
    NElementMediaExporter<TContent> Class
    Syntax
    public abstract class NElementMediaExporter<TContent> 
    where TContent: NElement
    Type Parameters
    TContent
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.UI.NElementMediaExporter<TContent>
          Nevron.Nov.UI.NContinuousMediaExporter<TContent>
          Nevron.Nov.UI.NPagedMediaExporter<TContent>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also